home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / misc / MLogBook.lha / MLogBook / Rules / SPDX-RTTY (other) < prev    next >
Encoding:
Text File  |  2000-10-20  |  3.0 KB  |  115 lines

  1. # MLGBK10 RULES
  2. #
  3. # SP DX RTTY Contest
  4. # Logs send to:
  5. #
  6. # SP DX RTTY Contest Manager,
  7. # Krzysztof Ulatowski,
  8. # skr. 253,
  9. # 81-963 Gdynia 1, POLAND
  10. # szuwarek@manta.univ.gda.pl
  11. #
  12. # Here's the list of allowed bands. See rules of contest
  13. # for operators category (SOMB, MOMB etc)
  14. #
  15. BANDS ALLOW=160m,80m,40m,20m,15m,10m
  16.  
  17. # Here's the list of allowed modes:
  18. MODES ALLOW=RTTY
  19.  
  20. # What to will be exchange with report.
  21. # %w - WAZ zone (e.g. Report is 59 15)
  22. # %i - ITU zone (e.g. Report is 59 38)
  23. # %c - QSO's counter (e.g. Report is 59 001)
  24. # Also is possible to mix it with any text:
  25. # SET REMARX-S[2]=%cKR - means report 59 001KR
  26. # %u - allowed texts from REMARX-U ALLOW field only (e.g. 59 M)
  27. # %x - (not neccesery) allowed texts from REMARX-U ALLOW field only
  28. # (e.g. %3c%x means 59 001KR but also is possible to set 59 001)
  29. #
  30. SET REMARX-S[2]=%3c
  31. SET REMARX-R[2]=%3c%x
  32.  
  33. REMARX-U ALLOW=B,C,D,F,G,J,K,L,M,O,P,R,S,U,W,Z
  34.  
  35. # Date format
  36. # 0 - DD.MM.YYYY
  37. # 1 - DD/MM/YYYY
  38. # 2 - MM/DD/YYYY
  39. SET DATE=0
  40.  
  41. # GUI settings
  42. SHOW DATE=NO
  43. SHOW TIME=NO
  44. SHOW BAND=YES
  45. SHOW MODE=NO
  46. SHOW RST-S=YES
  47. SHOW RST-R=YES
  48. SHOW REMARX-S=2
  49. SHOW REMARX-R=2
  50. SHOW LOCATOR=NO
  51. SHOW COMMENT=NO
  52. SHOW QSL=NO
  53.  
  54. # Find Similar Call
  55. SET ACK_FINDSIMCALL=NO
  56.  
  57. # Find QSO Before
  58. SET ACK_FINDQSOBEFORE=YES
  59.  
  60. # Duplicated QSO Finder
  61. SET ACK_DUPFIND=YES
  62.  
  63. # IOTA support
  64. SET ACK_IOTA=NO
  65.  
  66. # Awards support
  67. SET ACK_AWARDS=NO
  68.  
  69. SET ACK_ACTIVITY=NO
  70.  
  71. # QSL Manager Database support
  72. SET ACK_FINDQSLMANAGER=NO
  73.  
  74. # CallBook support
  75. SET ACK_CALLBOOK=NO
  76.  
  77. # File which contains database of prefixes based on organisators publication.
  78. SET PFXDATA=dxcc.csv
  79.  
  80. # Multipliers (MULTI)
  81. # REMR  - every new remarx-r field is qualified.
  82. # MPFX  - every new main prefix is qualified.
  83. # CONT  - every new continent is qualified.
  84. # SB - qualify it separately on every bands.
  85. # AB - qualify it once on all bands.
  86. # SM - qualify it separately for every modes.
  87. # AM - qualify it once for all modes.
  88. # e.g. REMR-SMSB - means that multiplicator will be increased for all
  89. # new WAZ zones, separately on every bands and every modes.
  90. MULTI SET=,MPFX-SBSM,CONT-ABAM
  91.  
  92. # Scores (SCORE)
  93. # SET
  94. #
  95. # CONT - points will be given for every QSO between continents.
  96. # 1 - AF (Africa)
  97. # 2 - AS (Asia)
  98. # 3 - EU (Europe)
  99. # 4 - NA (North America)
  100. # 5 - OC (Oceania)
  101. # 6 - SA (South America)
  102. # e.g. 123 - means that every QSO from Africa (1) to Asia (2)
  103. # will give 3 points.
  104. #
  105. # PFX - points will be given for every QSO with callsigns matched to PFX field.
  106. # e.g. SCORE SET=PFX,3 - means that every QSO with any callsign from PFX field
  107. # will give 3 points.
  108. # PFX - field with allowed prefixes.
  109. # e.g. SCORE PFX=SP - means that only QSO with SP (3Z,HF,SN,SO,SP,SQ,SR) is possible.
  110. # NOPFX - field with denied prefixes.
  111. # e.g. SCORE NOPFX=SP - means that you can't do QSO with SP (3Z,HF,SN,SO,SP,SQ,SR).
  112. SCORE SET=CONT,115,1210,1310,1410,1510,1610,2110,225,2310,2410,2510,2610,3110,3210,335,3410,3510,3610,4110,4210,4310,445,4510,4610,5110,5210,5310,5410,555,5610,6110,6210,6310,6410,6510,665
  113. # OWN - points will be given for every QSO with the same: PFX
  114. SCORE OWN=PFX,2
  115.